Thursday, August 26, 2004

DCE (under HP-UX anyway)

To add a DCE principle/account:
dcecp -c pri create ${i}
dcecp -c org add org1 -member ${i}
dcecp -c group add user1 -member ${i}
dcecp -c group add group2 -member ${i}
acc create ${i} -group group1 -org org1 -password cti -mypwd CELLADMINPASSWORD


to change the password :
acc modify ${i} -password newpassword -mypwd CELLADMINPASSWORD

to show current dce credentials :
klist

No comments:

Oracle Linux virt-manager Error launching create dialog: list index out of range

After a fresh install of Oracle Linux 9.1 and installing virt-manager/virt-install, I tried to create a new virtual machine and got this err...